|
|
|
|
ButtonShadowColor Property, ScrollingClass Class |
Defines the scroll button and Close, Minimize, Restore button shadow color.
Syntax ScrollingClass Class (Softelvdm.SftTabsNET)
VB |
Public Property ButtonShadowColor As Color |
C# |
public Color ButtonShadowColor { get; set; } |
C++ |
public: property Color ButtonShadowColor { |
Property Value
The color of the shadow area of the scroll buttons and Close, Minimize, Restore buttons.
The default value is SystemColors.ControlDark.
Comments
The ButtonShadowColor property defines the scroll button and Close, Minimize, Restore button shadow color.
If the tab control uses Windows themes and the buttons are defined to use themes (see ButtonStyle), the ButtonBackColor property has no effect.